home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / mailhand / metamail.z / metamail / bin / sun-audio-file.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1992-05-01  |  78 b   |  7 lines

  1. #!/bin/csh -f
  2.  
  3. cd /tmp
  4. uudecode < $1
  5. audiotool audio-file
  6. rm -f audio-file $1
  7.